summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/material-groups/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/material-groups/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/material-groups/page.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/material-groups/page.tsx b/app/[lng]/evcp/(evcp)/material-groups/page.tsx
index 468e3412..3d019182 100644
--- a/app/[lng]/evcp/(evcp)/material-groups/page.tsx
+++ b/app/[lng]/evcp/(evcp)/material-groups/page.tsx
@@ -1,6 +1,6 @@
/**
* 자재그룹 테이블
- * materialSearchView를 사용하여 MDG 자재마스터의 고유한 자재그룹 조회
+ * MATERIAL_GROUP_MASTER 테이블을 직접 사용하여 MDG 자재마스터의 자재그룹 조회
* 수정/추가 기능은 불필요 (읽기 전용)
*/
@@ -63,10 +63,10 @@ export default async function MaterialGroupPage(props: MaterialGroupPageProps) {
<React.Suspense
fallback={
<DataTableSkeleton
- columnCount={2}
+ columnCount={3}
searchableColumnCount={1}
- filterableColumnCount={2}
- cellWidths={["15rem", "25rem"]}
+ filterableColumnCount={3}
+ cellWidths={["15rem", "25rem", "10rem"]}
shrinkZero
/>
}